@font-face {
    font-family: 'Mystical_Timeless';
    src: url('./assets/fonts/Mystical_Timeless.ttf');
    
}

@font-face {
    font-family: 'Mansfield';
    src: url('./assets/fonts/Mansfield.woff');
}

@font-face {
    font-family: 'Mansfield_Bold';
    src: url('./assets/fonts/Mansfield.woff');
}

@font-face {
    font-family: 'Mansfield_Light';
    src: url('./assets/fonts/Mansfield.woff');
}

@font-face {
    font-family: 'Mansfield_Thin';
    src: url('./assets/fonts/Mansfield_Thin.woff');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family:  sans-serif;
}

body {
    font-family: 'Mansfield';
    font-weight: lighter;
    font-weight: 4;
    font-size: 24px;
    line-height: 1.5;
    color: #F2F1F8;
    background-color: #F2F1F8;
}

h1{
    font-family: "Mystical_Timeless";
    font-size: 96px;
    margin: 0;
    font-weight: 300;
    line-height: 1.1;
}

.section__title{
    font-family: "Mystical_Timeless";
    font-size: 96px;
    margin: 0;
    text-align: center;
    font-weight: 300;
}

.hero{
    background-image: url(./assets/images/hero_photo.png);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 100px;
    position: relative;
    background-size: cover;
}

.hero__overlay{
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    align-items: center;
    backdrop-filter: brightness(0.5);
}

.hero__prices{
    z-index: 1;
    justify-self: flex-start;
    padding: 20px 40px;
    border-radius: 50px;
    border: 1px solid #F2F1F8;
    backdrop-filter: blur(10px);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 29px 0px;
    max-width: 600px;
}

.price__card{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid #F2F1F8;
}

.hero .cta{
    margin: 0;
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.hero .call__button{
    width: 100%;
}

.hero__info .price__card p{
    font-family: "Mansfield_Light";
    font-size: 24px;
    margin: 0;
}

.hero__info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-width: 60%;
    text-align: left;
    font-family: "Mansfield_Thin";
    z-index: 1;
}

.hero__info p{
    margin: 40px 0;
    line-height: 1.6;
}

.call__button{
    text-decoration: none;
    color: inherit;
    background: linear-gradient(130deg, #6057AE 0%, #D2A1D1 100% );
    border-radius: 50px;
    padding: 15px 40px;
    width: fit-content;
    min-width: 400px;
    display: flex;
    justify-content: center;
    margin: 10px;
}

.call__button span{
    font-family: "Mansfield";
    font-weight: 4;
    font-size: 24px;
}

.info .section__image{
    position: absolute;
    top: -30px;
}

.section__image{
    margin: 0 auto;
    align-self: center;
    justify-self: center;
    max-width: 100%;
}

.info__shape{
    position: absolute;
    top: 90px;
    right: 60px;
    z-index: -1;
    opacity: 0.6;
}

.info{
    position: relative;
    background-color: #F2F1F8;
    padding: 100px;
    display: flex;
    justify-content: center;
    height: 100vh;
}

.info h2{
    color: #1E1E1E;
    font-family: "Mystical_Timeless";
    font-size: 96px;
    font-weight: 300;
    z-index: 2;
    line-height: 1;
}

.info p{
    color: #1E1E1E;
    font-size: 24px;
    margin: 30px 0;
}

.info__image{
    width: 40%;
    align-self: center;
}

.info__content{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.info .cta{
    
    display: flex;
    flex-direction: column;
    margin-top: 0;
    align-items: flex-start;
}

.info .cta__buttons{
    margin-left: -10px;
    flex-wrap: wrap;
}


.cta{
    margin: 0 auto;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.types{
    position: relative;
    background: linear-gradient(150deg, #6057AE 0%, #756cc0 40%, #ac7498 100% );
    padding: 100px;
    display: flex;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-top: 0px;
}

.types__container{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.type{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px;
}

.type--big{
    width: 100%;
}

.cta p{
    max-width: 600px;
    text-align: center;
}

.cta__buttons{
    display: flex;
}

.types .call__button{
    background: linear-gradient(140deg, #C383AE 0%, #D2A1D1 100% );
}

.ending{
    position: relative;
    color: #1E1E1E;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10%;
    overflow: hidden;
}

.ending .section__title{
    color: #C383AE;
    max-width: 1200px;
    line-height: 1;
    margin: 100px;
    margin-top: 150px;
}

.ending p{
    font-family: "Mansfield_Light";
    max-width: 1200px;
    text-align: center;
    margin: 20px 0;
    font-size: 32px;
}

.ending .call__button{
    color: #F2F1F8;
    background: linear-gradient(140deg, #C383AE 0%, #D2A1D1 100% );
    padding: 20 50px;
}

.ending__image{
    position: absolute;
    left: 50;
    right: 50;
    bottom: 80px;
    margin-left: 40px;
    z-index: -1;
    opacity: 25%;
    max-width: 900px;
    width: 90%;
    min-width: 600px;
    overflow: hidden;
}

footer{
    background: linear-gradient(160deg, #C383AE 0%, #C383AE 40%, #6057AE 100% );
    margin-top: 100px;
    padding: 60px;
    padding-top: 30px;
}

.logo__container{
    display: flex;
    align-items: center;
}

.footer__navigation{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px 50px;
    border-bottom: 1px solid #F2F1F8;
}

.footer__links a{
    font-family: "Mansfield_Bold";
    font-weight: bold;
    text-decoration: none;
    color: #F2F1F8;
    margin: 0 40px;
    font-size: 24px;
}

.footer__info{
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-top: 20px;
    gap: 50px;
}

.footer__info a{
    color: #F2F1F8;
    text-decoration: none;
}

@media(max-width: 1700px){
    .hero{
        background-position-x: -200px;
    }
}

@media(max-width: 1600px){
    .info{
        padding: 0px;
    }
    
}

@media(max-width: 1500px){
    .info{
        padding: 0px;
    }
    .ending p{
        font-size: 20px;
        max-width: 800px;
    }
    .footer__links{
        display: flex;
        flex-direction: column;
        
        text-align: right;
    }
    .footer__links a{
        font-family: "Mansfield_Light", sans-serif;
        font-weight: 300;
        text-wrap: nowrap;
    }
}

@media(max-width: 1400px){
    .info{
        padding: 0px;
        height: fit-content;
        min-height: 100vh;
    }
    .info__content h2{
        font-size: 72px;
    }
    .info__content p{
        font-size: 20px;
    }
    .type{
        width: 40%;
    }
    .type--big{
        width: 40%;
    }
    .type--big img{
        width: 110px;
    }
}

@media(max-width: 1400px){
    .hero{
        background-position-x: -400px;
    }
}

@media(max-width: 1200px){
    .hero{
        background-position-x: -600px;
    }
}

@media(max-width: 1000px){
    .hero{
        background-position-x: -900px;
        height: fit-content;
    }
    .hero__info{
        max-width: 100%;
        text-align: center;
        align-items: center;
    }
    .hero__overlay{
        backdrop-filter: brightness(0.5);
        height: 100%;
    }
    .info__image{
        display: none;
    }
    .info h2{
        text-align: center;
    }
    .info__content{
        width: 80%;
        align-items: center;
    }
    .info .cta{
        justify-content: center;
        align-items: center;
       
    }
   
    .info .cta__buttons{
        flex-direction: column;
        margin-left: 0;
    }
    .cta__buttons{
        flex-direction: column;
        align-items: center;
    }
    .info .call__button{
        margin: 10px 0;
    }
    .types{
        padding: 100px 0px;
    }
    .types__container{
        flex-direction: column;
        margin: 0 auto;
        align-items: center;
    }
    .type{
        width: 100%;
        max-width: 400px;
        margin: 20px 0;
    }
    .footer__info{
        flex-wrap: wrap;
        text-wrap: nowrap;
        justify-content: space-between;
        padding: 0;
        gap: 10px 30px;
    }
    .footer__info a{
        width: fit-content;
        text-align: center;
    }
    footer{
        padding: 20px 30px;
    }
    .section__title{
        font-size: 72px;
        max-width: 90%;
        margin: 0 auto;
    }
    .ending .section__title{
        margin: 100px 0 0 0;
    }
    .info__shape{
        display: none;
    }
}

@media(max-width: 700px){
    .footer__navigation{
        flex-direction: column;
        width: 100%;
        padding: 0;
        align-items: flex-start;
    }
    .footer__links{
        margin: 20px 0;
        padding: 0;
        align-items: flex-start;
    }
    .footer__links a{
        text-align: left;
        margin: 10px 0;
    }
    .hero{
        padding: 0px;
    }
    .hero__info{
        width: 80%;
        max-width: none;
        margin: 100px auto;
    }
    .hero__info p{
        text-align: left;
    }
    .hero__prices{
        padding: 20px;
        border-radius: 25px;
    }
    .ending__image{
        display: none;
    }
}

@media(max-width: 600px){
    .call__button span{
        font-size: 20px;
        text-wrap: nowrap;
    }
    .call__button{
        min-width: 0px;
        width: 100%;
    }
    .cta__buttons{
        width: 100%;
    }
    .hero{
        background-position-x: -1100px;
    }
}

@media(max-width: 500px){
    h1{
        font-size: 72px;
    }
    .hero__info{
        width: 90%;
    }
    .info{
        padding: 50px  0px;
    }
    .info__content{
        width: 90%;
    }
    .types{
        padding: 50px 5%;
        padding-top: 0px;
    }
    .types__container{
        width: 100%;
    }
}

@media(max-width: 430px){
    .footer__logo{
        width: 80px;
    }
    .logo__data h4{
        font-size: 16px;
    }
    .logo__data p{
        font-size: 12px;
    }
    .call__button{
        padding: 20px 0;
        width: 100%;
    }
    .section__title, .info h2, h1{
        font-size: 48px;
    }
    h3{
        font-size: 20px;
    }
    p{
        font-size: 16px;
    }
    .ending{
        padding: 50px 5%;
    }
    .call__button span{
        font-size: 16px;
    }
    .call__button{
        padding: 12px 0;
    }
}

